Northwoods.GoSilverlight 1.3.5 Assembly
LinkFromPath Property
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : LinkFromPath Property

Gets or sets a property path that that specifies how to get the key for the "from" node data of a link data object.

Syntax

Visual Basic (Declaration) 
Public Property LinkFromPath As String
C# 
public string LinkFromPath {get; set;}

Property Value

This value is used by FindFromNodeKeyForLink to get a reference to the node data from which this link comes. The value must not be null.

Remarks

This is used for model discovery. This is a declarative way to define the behavior of FindFromNodeKeyForLink for most cases.

The value of this property path applied to a link data object must be of type NodeKey.

Requirements

See Also

© 2012 All Rights Reserved.